home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / CATAGING / CASSETTE.LZH / RUN-ME.BAT < prev    next >
DOS Batch File  |  1987-08-17  |  1KB  |  45 lines

  1. echo off
  2. cls
  3. echo  Cassette! Version 2.17                                        by John Buckman
  4. echo ───────────────────────────────────────────────────────────────────────────────
  5. echo This Batch file will print out all 5 sample Cassette! labels using 
  6. echo Imageprint's Letter quality print.
  7. echo  
  8. echo Make sure these files are available:
  9. echo  
  10. echo   CASSETTE.EXE
  11. ECHO      PRINT.EXE
  12. ECHO     RUN-ME.BAT
  13. ECHO      FONT1.
  14. ECHO    SAMPLE1.CAS
  15. ECHO    SAMPLE2.CAS
  16. ECHO    SAMPLE3.CAS
  17. ECHO    SAMPLE4.CAS
  18. ECHO    SAMPLE5.BIG
  19. ECHO   
  20. echo Make sure your printer is ON-LINE and at the top of the page.  
  21. echo  
  22. pause
  23. cls
  24. echo   | print sample1.cas
  25. echo About to print file "SAMPLE2.CAS"
  26. echo   >prn
  27. pause
  28. echo   | print sample2.cas
  29. echo About to print file "SAMPLE3.CAS"
  30. echo   >prn
  31. pause
  32. echo   | print sample3.cas
  33. echo About to print file "SAMPLE4.CAS"
  34. echo   >prn
  35. pause                              
  36. echo   | print sample4.cas
  37. echo About to print file "SAMPLE5.BIG"
  38. echo   >prn
  39. pause
  40. echo   | print sample5.big
  41. ECHO   
  42. echo All Done!
  43.  
  44.  
  45.